ANIMATION EXIST

This command detects if an animation exists.

  Syntax
Return Integer=ANIMATION EXIST(Animation Number)
  Parameters
Animation Number
Integer
This value specifies the animation number, between 1 and 32

  Returns

If this value is one, the animation exists, otherwise zero is returned

  Example Code
LOAD ANIMATION "video.avi",1
PRINT ANIMATION EXIST(1)
WAIT KEY
  See also

ANIMATION Commands Menu
Index